type runtime.initTask
6 uses
runtime (current package)
plugin.go#L10: func plugin_lastmoduleinit() (path string, syms map[string]any, initTasks []*initTask, errstr string) {
proc.go#L123: var runtime_inittasks []*initTask
proc.go#L6688: type initTask struct {
proc.go#L6705: func doInit(ts []*initTask) {
proc.go#L6711: func doInit1(t *initTask) {
symtab.go#L369: inittasks []*initTask
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |